provider Integration DELETE /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/
@utdk/sentry /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/
Delete an External Issue
Delete an external issue.
uuid path required
The uuid of the integration platform integration.
string
external_issue_id path required
The ID of the external issue.
string

Try it

Authentication
Configure credentials for API Reference
deleteAnExternalIssue
DELETE/api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/
Delete an external issue.

Parameters

required

The uuid of the integration platform integration.

required

The ID of the external issue.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import sentry from '@utdk/sentry';

await sentry.deleteAnExternalIssue()